From: Richard M. Stallman Date: Wed, 28 Apr 2004 08:36:09 +0000 (+0000) Subject: (compilation-context-lines): Default now 0. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22866 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b699330991bc68cb934787826ba5ababba1a0964;p=emacs.git (compilation-context-lines): Default now 0. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 2c8ead87000..d85bb79064f 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1472,7 +1472,7 @@ region and the first line of the next region." (setcdr loc (list line file marker))) loc)) -(defcustom compilation-context-lines next-screen-context-lines +(defcustom compilation-context-lines 0 "*Display this many lines of leading context before message." :type 'integer :group 'compilation